home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / COMMON_F / MAKEFILE < prev    next >
Text File  |  1990-03-11  |  493b  |  17 lines

  1. #
  2. # Macintosh MPW Icon --  Makefile for common modules.
  3. #
  4.  
  5. COptions= -b2 -mbg off -r -d MPW -d MPWFncs -d MacToolboxFncs
  6.  
  7. COBJS=        long.c.o getopt.c.o time.c.o
  8.  
  9. .c.o ─ .c
  10.   {C} {DepDir}{Default}.c -o {TargDir}{Default}.c.o -s {Default} {COptions} {SymOption}
  11.  
  12. all        ─  {COBJS}
  13.  
  14. getopt.c.o    ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h
  15. long.c.o    ─ ::common:cproto.h ::h:config.h ::h:cpuconf.h ::h:define.h ::h:proto.h
  16. time.c.o    ─ ::common:cproto.h ::h:config.h ::h:define.h ::h:proto.h
  17.